github.com/andybalholm/brotli.dictWord.len (field)
21 uses
github.com/andybalholm/brotli (current package)
static_dict.go#L41: if uint(w.len) > max_length {
static_dict.go#L44: var offset uint = uint(d.offsets_by_length[w.len]) + uint(w.len)*uint(w.idx)
static_dict.go#L48: return findMatchLengthWithLimit(dict, data, uint(w.len)) == uint(w.len)
static_dict.go#L52: return dict[0] >= 'a' && dict[0] <= 'z' && (dict[0]^32) == data[0] && findMatchLengthWithLimit(dict[1:], data[1:], uint(w.len)-1) == uint(w.len-1)
static_dict.go#L57: for i = 0; i < uint(w.len); i++ {
static_dict.go#L82: var l uint = uint(w.len) & 0x1F
static_dict.go#L85: end = !(w.len&0x80 == 0)
static_dict.go#L86: w.len = byte(l)
static_dict.go#L435: var l uint = uint(w.len) & 0x1F
static_dict.go#L438: end = !(w.len&0x80 == 0)
static_dict.go#L439: w.len = byte(l)
static_dict.go#L599: var l uint = uint(w.len) & 0x1F
static_dict.go#L602: end = !(w.len&0x80 == 0)
static_dict.go#L603: w.len = byte(l)
static_dict.go#L631: var l uint = uint(w.len) & 0x1F
static_dict.go#L634: end = !(w.len&0x80 == 0)
static_dict.go#L635: w.len = byte(l)
static_dict_lut.go#L12: len byte
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |